home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 234_01 / contents.doc < prev    next >
Text File  |  1987-06-16  |  1KB  |  38 lines

  1. /*
  2.   HEADER: CUG     nnn.nn;
  3.   TITLE:     XDIR - Hard Disk Manager
  4.   VERSION:     1.0 for IBM-PC
  5.   DATE:      Apr 03, 1987
  6.   DESCRIPTION:     Hard Disk Manager for IBM PC
  7.   KEYWORDS:     Hard Disk Manager Dump Directory
  8.   SYSTEM:     IBM-PC and Compatiables
  9.   FILENAME:      contents.doc
  10.   WARNINGS:     None
  11.   CRC:         N/A
  12.   SEE-ALSO:     HDIR.DOC and XDIR.DOC
  13.   AUTHOR:     Mike Blakley 15645 SW 82 Cir Ln #76, Miami, Fl 33193
  14.   COMPILERS:     ECO-C
  15.   REFERENCES:     XDIR.DOC
  16. */
  17.  
  18. /*
  19. xdir.c     main processing module
  20. util.c     various directory utilities
  21. secure.c   encryption module
  22. zdir.c     handle directories
  23. display.c  screen display module
  24. ydir.c     file attribute manipulation
  25. ctlr.c     scan files for text
  26. getapage.c file listing routine
  27. misc.c     miscellaneous routines
  28. hdir.doc   documentation for subroutines
  29. testprt.asm test if printer is ready
  30. readme.1st instructions for setup and use
  31. xdir.h     header file
  32. xdir.doc   system documentation
  33. contents.doc this file
  34. xdir.exe   executable program version
  35. compile.bat compilation batch file for ECO-C
  36. */
  37.  
  38.